IsSynchronized Method

Summary
Determines if the
type
type is already synchronized.
Syntax
C#
C++/CLI
public bool IsSynchronized( 
   MedicalViewerActionType type 
) 
            public: 
bool IsSynchronized(  
   MedicalViewerActionType type 
)  

Parameters

type
MedicalViewerActionType enumeration that is being checked whether it is already synchronized or not.

Return Value

true if the type type is already synchronized; otherwise, false.

Remarks

The engine searches inside the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> collection to determine whether a synchronization object of the specified type has already been added.

Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.